home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Czytniki NEWS / 40Tude Dialog 2.0.15.1 beta 38 / 4d2b38.exe / {app} / dialog.exe / 0 / RCDATA / TSPELLCHECKCONFIGDIALOG / TSPELLCHECKCONFIGDIALOG.txt
Encoding:
Text File  |  2005-02-07  |  5.9 KB  |  246 lines

  1. object SpellCheckConfigDialog: TSpellCheckConfigDialog
  2.   Left = 357
  3.   Top = 221
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Spelling Options'
  7.   ClientHeight = 397
  8.   ClientWidth = 320
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   OldCreateOrder = False
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   OnDestroy = FormDestroy
  15.   OnShow = FormShow
  16.   DesignSize = (
  17.     320
  18.     397)
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object OK: TMMTNTBItBtn
  22.     Left = 238
  23.     Top = 368
  24.     Width = 75
  25.     Height = 23
  26.     Anchors = [akLeft, akBottom]
  27.     Caption = 'xx&OK'
  28.     Default = True
  29.     ModalResult = 1
  30.     TabOrder = 3
  31.   end
  32.   object DictionariesGroup: TTntGroupBox
  33.     Left = 8
  34.     Top = 200
  35.     Width = 305
  36.     Height = 161
  37.     Anchors = [akLeft, akRight, akBottom]
  38.     Caption = ' xxDictionaries: '
  39.     TabOrder = 1
  40.     DesignSize = (
  41.       305
  42.       161)
  43.     object CustomLabel: TTntLabel
  44.       Left = 8
  45.       Top = 117
  46.       Width = 98
  47.       Height = 13
  48.       Anchors = [akLeft, akBottom]
  49.       Caption = 'xxCustom Dictionary:'
  50.     end
  51.     object CustomCombo: TTntComboBox
  52.       Left = 8
  53.       Top = 132
  54.       Width = 169
  55.       Height = 21
  56.       Style = csDropDownList
  57.       Anchors = [akLeft, akRight, akBottom]
  58.       ItemHeight = 13
  59.       TabOrder = 1
  60.       OnChange = CustomComboChange
  61.     end
  62.     object DictionariesButton: TMMTNTBItBtn
  63.       Left = 192
  64.       Top = 130
  65.       Width = 105
  66.       Height = 23
  67.       Anchors = [akRight, akBottom]
  68.       Caption = 'xxDictionaries ...'
  69.       TabOrder = 2
  70.       OnClick = DictionariesButtonClick
  71.     end
  72.     object MainDictionaries: TTntListView
  73.       Left = 8
  74.       Top = 16
  75.       Width = 289
  76.       Height = 97
  77.       Anchors = [akLeft, akTop, akRight, akBottom]
  78.       Checkboxes = True
  79.       Columns = <
  80.         item
  81.           AutoSize = True
  82.           Caption = 'xxName'
  83.           ImageIndex = 0
  84.         end
  85.         item
  86.           AutoSize = True
  87.           Caption = 'xxFilename'
  88.           ImageIndex = 0
  89.         end>
  90.       ColumnClick = False
  91.       HotTrackStyles = [htHandPoint, htUnderlineHot]
  92.       ReadOnly = True
  93.       RowSelect = True
  94.       SmallImages = XPImageList
  95.       TabOrder = 0
  96.       ViewStyle = vsReport
  97.       OnChange = MainDictionariesChange
  98.       OnClick = MainDictionariesClick
  99.       OnSelectItem = MainDictionariesSelectItem
  100.     end
  101.   end
  102.   object OptionsGroup: TTntGroupBox
  103.     Left = 8
  104.     Top = 8
  105.     Width = 305
  106.     Height = 185
  107.     Anchors = [akLeft, akTop, akRight, akBottom]
  108.     Caption = ' xxOptions: '
  109.     TabOrder = 0
  110.     object Option1: TTntCheckBox
  111.       Left = 8
  112.       Top = 16
  113.       Width = 289
  114.       Height = 17
  115.       Caption = 'Option1'
  116.       TabOrder = 0
  117.       OnClick = OptionsClick
  118.     end
  119.     object Option2: TTntCheckBox
  120.       Left = 8
  121.       Top = 32
  122.       Width = 289
  123.       Height = 17
  124.       Caption = 'Option2'
  125.       TabOrder = 1
  126.       OnClick = OptionsClick
  127.     end
  128.     object Option3: TTntCheckBox
  129.       Left = 8
  130.       Top = 48
  131.       Width = 289
  132.       Height = 17
  133.       Caption = 'Option3'
  134.       TabOrder = 2
  135.       OnClick = OptionsClick
  136.     end
  137.     object Option4: TTntCheckBox
  138.       Left = 8
  139.       Top = 64
  140.       Width = 289
  141.       Height = 17
  142.       Caption = 'Option4'
  143.       TabOrder = 3
  144.       OnClick = OptionsClick
  145.     end
  146.     object Option5: TTntCheckBox
  147.       Left = 8
  148.       Top = 80
  149.       Width = 289
  150.       Height = 17
  151.       Caption = 'Option5'
  152.       TabOrder = 4
  153.       OnClick = OptionsClick
  154.     end
  155.     object Option6: TTntCheckBox
  156.       Left = 8
  157.       Top = 96
  158.       Width = 289
  159.       Height = 17
  160.       Caption = 'Option6'
  161.       TabOrder = 5
  162.       OnClick = OptionsClick
  163.     end
  164.     object Option7: TTntCheckBox
  165.       Left = 8
  166.       Top = 112
  167.       Width = 289
  168.       Height = 17
  169.       Caption = 'Option7'
  170.       TabOrder = 6
  171.       OnClick = OptionsClick
  172.     end
  173.     object Option10: TTntCheckBox
  174.       Left = 8
  175.       Top = 160
  176.       Width = 289
  177.       Height = 17
  178.       Caption = 'Option10'
  179.       TabOrder = 9
  180.       OnClick = OptionsClick
  181.     end
  182.     object Option9: TTntCheckBox
  183.       Left = 8
  184.       Top = 144
  185.       Width = 289
  186.       Height = 17
  187.       Caption = 'Option9'
  188.       TabOrder = 8
  189.       OnClick = OptionsClick
  190.     end
  191.     object Option8: TTntCheckBox
  192.       Left = 8
  193.       Top = 128
  194.       Width = 289
  195.       Height = 17
  196.       Caption = 'Option8'
  197.       TabOrder = 7
  198.       OnClick = OptionsClick
  199.     end
  200.   end
  201.   object HelpButton: TMMTNTBItBtn
  202.     Left = 157
  203.     Top = 368
  204.     Width = 75
  205.     Height = 23
  206.     Anchors = [akLeft, akBottom]
  207.     Caption = 'xxHelp'
  208.     TabOrder = 2
  209.     OnClick = HelpButtonClick
  210.   end
  211.   object ResetButton: TMMTNTBItBtn
  212.     Left = 8
  213.     Top = 368
  214.     Width = 100
  215.     Height = 23
  216.     Anchors = [akLeft, akBottom]
  217.     Caption = 'xxxReset Defaults'
  218.     TabOrder = 4
  219.     OnClick = ResetButtonClick
  220.   end
  221.   object XPImageList: TImageList
  222.     AllocBy = 1
  223.     DrawingStyle = dsTransparent
  224.     Width = 1
  225.     Left = 280
  226.     Top = 48
  227.     Bitmap = {
  228.       494C010101000400040001001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
  229.       0000000000003600000028000000040000001000000001002000000000000001
  230.       0000000000000000000000000000000000000000000000000000000000000000
  231.       0000000000000000000000000000000000000000000000000000000000000000
  232.       0000000000000000000000000000000000000000000000000000000000000000
  233.       0000000000000000000000000000000000000000000000000000000000000000
  234.       0000000000000000000000000000000000000000000000000000000000000000
  235.       0000000000000000000000000000000000000000000000000000000000000000
  236.       0000000000000000000000000000000000000000000000000000000000000000
  237.       0000000000000000000000000000000000000000000000000000000000000000
  238.       000000000000000000000000000000000000424D3E000000000000003E000000
  239.       2800000004000000100000000100010000000000400000000000000000000000
  240.       000000000000000000000000FFFFFF0080000000800000008000000080000000
  241.       8000000080000000800000008000000080000000800000008000000080000000
  242.       8000000080000000800000008000000000000000000000000000000000000000
  243.       000000000000}
  244.   end
  245. end
  246.